.swiper {
  overflow: hidden;
  width: 100%;
  /*height: 100vh;*/
  position: relative;
}
.swiper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper1 {
  width: 100%;
  overflow: hidden;
}
.swiper1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
